home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / YICN23.ZIP / UNITS / YAKPANEL.CPP < prev    next >
C/C++ Source or Header  |  1993-02-17  |  260b  |  15 lines

  1. #include "yakpanel.h"
  2.  
  3. word yakPanel::interpretKeyStroke(char myChar) {return 0;}
  4.  
  5. word yakPanel::interpretMouseClick(void)
  6. {
  7.   yakWindow::interpretMouseClick();
  8.   return status();
  9. }
  10.  
  11. int yakPanel::status(void)
  12. {
  13.   return gadgetList::status();
  14. }
  15.